home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000062_news@columbia.edu _Mon Apr 7 14:45:51 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA27114
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 7 Apr 1997 14:45:51 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA24549
  7.     for kermit.misc@watsun; Mon, 7 Apr 1997 14:45:50 -0400 (EDT)
  8. Path: news.columbia.edu!panix!news.mathworks.com!news-peer.sprintlink.net!news-pull.sprintlink.net!news.sprintlink.net!news-dc-9.sprintlink.net!news.webIT.eds.com!hobbes.tad.eds.com!maverick.tad.eds.com!news-admin@tad.eds.com
  9. From: Roy Buzdor <LNUSLAD.DZVG41@eds.com>
  10. Newsgroups: comp.protocols.kermit.misc,comp.sys.hp.misc
  11. Subject: Re: Flow Control problem (AIX<->RTE-A)
  12. Date: Mon, 07 Apr 1997 13:52:35 -0700
  13. Organization: EDS Lansing Fab
  14. Lines: 59
  15. Message-ID: <33495E93.5119@eds.com>
  16. References: <3339B409.44A8@tpts1.seed.net.tw> <5hbgom$hqf$1@apakabar.cc.columbia.edu>
  17. NNTP-Posting-Host: 130.173.130.137
  18. Mime-Version: 1.0
  19. Content-Type: text/plain; charset=us-ascii
  20. Content-Transfer-Encoding: 7bit
  21. X-Mailer: Mozilla 2.02 (Win16; I)
  22. Xref: news.columbia.edu comp.protocols.kermit.misc:6877 comp.sys.hp.misc:13490
  23.  
  24. Frank da Cruz wrote:
  25. > In article <3339B409.44A8@tpts1.seed.net.tw>,
  26. > Chien  <fpgrk00@tpts1.seed.net.tw> wrote:
  27. > :
  28. > : Did anyone ever use Kermit to connect a HP1000 and a RS/6000 machine?
  29. > : I use Kermit to connect a IBM RS/6000 (AIX) and a HP1000 (RTE-A) machine
  30. > : ...
  31. > : [/home/temp] C-Kermit>CONNECT
  32. > : Connecting to /dev/tty3, speed 9600.
  33. > : The escape character is Ctrl-\ (ASCII 28, FS)
  34. > : Type the escape character followed by C to get back,
  35. > : or followed by ? to see other options.
  36. > : xxx3``L~
  37. > : (Back at fpg40a)
  38. > :
  39. > I don't think the total garbage you see after CONNECT results from a
  40. > lack or proper flow control -- it looks more like a serial-speed and/or
  41. > parity mismatch.
  42. > In UNIX, flow control must be done by the device driver.  The AIX
  43. > serial-port device driver does not support ETX/ACK, so there is no way
  44. > to have this form of flow control between AIX C-Kermit and RTE-A.
  45. > Maybe there is some way you can make the HP1000 use Xon/Xoff?
  46. > - Frank
  47.  
  48. The HP-1000 can be made to do XON/XOFF flow control on that port
  49. by typing in the command
  50.  
  51.    CN <LU> 34b 1
  52.  
  53. at a "CI" prompt.  (Where <LU> is the port number of the connection).
  54.  
  55. I have several HP-1000 computers talking to Unix machines, RS-6000s
  56. and HP-9000s.  For each of the machines, I have the HP-1000 ports
  57. set to XON/XOFF.  The transfers work quite well.
  58.  
  59. Buz
  60. x
  61. x
  62. x
  63. x
  64. x
  65. x
  66. x
  67. x
  68. x
  69. x
  70. x
  71. x
  72. x
  73. x
  74. x
  75. x
  76. x
  77. x